Welcome![Sign In][Sign Up]
Location:
Search - ftp client linux

Search list

[Ftp ClientQt4-ftp

Description: 这是一个采用Qt4写成的ftp客户端程序,具有友好的GUI,代码很小,在Linux和Windows下执行速度都很快。同时可以轻易地移植到嵌入式系统上。-writes written using ftp client with a friendly GUI, code minimal, Linux and Windows implementation speed fast. While easily ported to embedded systems.
Platform: | Size: 5554 | Author: 郑筱均 | Hits:

[Internet-Networktnftp-20050625.tar

Description: 一个很好的ftp客户端,linux的ftp客户端程序源码,可以很方便的移植到各种嵌入式平台 -a good ftp client, linux ftp client program source code, it is easy to transplant various embedded platform
Platform: | Size: 313915 | Author: wangjunwei | Hits:

[Internet-Networkftp

Description: linux下ftp client程序的源码,学习网络编程的朋友下吧
Platform: | Size: 53958 | Author: 周兆维 | Hits:

[Internet-NetworkFTP客户端源程序

Description: FTP客户端源程序。此程序经测试,可以在winndows,linux,unix跨平台使用-ftp client source
Platform: | Size: 12721 | Author: ww | Hits:

[Ftp Serveratftp_0.4.tar

Description: linux系统下的tftp服务器和客户端程序-tftp server and client program in linux system
Platform: | Size: 501760 | Author: 站长 | Hits:

[Ftp Clientnetkit-tftp-0.17

Description: netkit-tftp-0.17 for Linux 内容说明: tftp Trivial File Transfer Protocol client tftpd Trivial File Transfer Protocol daemon-netkit-tftp-0.17 for the Linux content showed that, Tftp Trivial File Transfer Protocol client tftpd Trivial File Transfer Protocol daemon
Platform: | Size: 31744 | Author: 李龙彪 | Hits:

[Internet-Networklinux-ftpd-0.10.tar

Description: 伯克利大学的一个ftp协议的实现源代码,包括客户端和服务器端.-a University of California, Berkeley ftp protocol implemented the source code, including the client and server side.
Platform: | Size: 38912 | Author: 王石 | Hits:

[Ftp Clientsjftp

Description: 一个简单的linux下ftp客户端程序,有我自己的心血在里面-a simple linux under ftp client, have my own efforts inside
Platform: | Size: 11264 | Author: 苏吉 | Hits:

[Ftp Clientc-net

Description: 一个简单的linux下ftp客户端程序,有我自己的心血在里面-a simple linux under ftp client, have my own efforts inside
Platform: | Size: 3564544 | Author: 无平 | Hits:

[Linux-Unixftp_and_tftp_client.tar

Description: Linux下C实现的ftp客户端代码,实现常用10余种功能;tftp客户端代码,实现下载功能。有BUG更改或者好的建议请通知我,衷心感谢你对我的帮助!-C under Linux achieved ftp client code to achieve more than 10 types of commonly used functions tftp client code, to achieve download function. BUG change or have good suggestions please let me know, I sincerely thank you for your help!
Platform: | Size: 10240 | Author: lgh | Hits:

[Internet-Networkftpd

Description: A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance-A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance
Platform: | Size: 7168 | Author: 陈绍辉 | Hits:

[Internet-NetworkLinux-ftp

Description: ftp源代码,非常流行的ftp源代码,包括:客户端和服务器端。利用ftp协议rfc950编写的源代码。-ftp source code, a very popular ftp source code, including: client and server-side. Using ftp protocol rfc950 write the source code.
Platform: | Size: 7168 | Author: nnf | Hits:

[Ftp ClientftpClient.c

Description: this a simple ftp client in c for linux-this is a simple ftp client in c for linux
Platform: | Size: 3072 | Author: Giovanni | Hits:

[Internet-NetworkFTP

Description: 在 Linux 下实现一个文件传输协议(FTP)的简单实现。实现FTP 客户端和服务器的程序,使客户端可以连接至服务器,并且可以迚行一些FTP的基本操作,如列出目录、下载文件等。从FTP 协议的实现角度来看,客户端不服务器的命令通道和数据通道需要分离。-In Linux to achieve a File Transfer Protocol (FTP) for simple implementation. FTP client and server implementation procedures, so that clients can connect to the server, and can Zhong-line some of the basic FTP operations, such as listing directories, download files. Implementation of FTP protocol from the point of view, the client is not the server' s command and data channels need to be separated.
Platform: | Size: 5120 | Author: 林西 | Hits:

[Linux-UnixFTP

Description: Linux下的FTP最小实现,包括客户端和服务器端-FTP minimum implementation under Linux, including client and server side
Platform: | Size: 164864 | Author: harry | Hits:

[Ftp Clientftp

Description: Linux下的ftp客户端+服务器程序,该程序包括了登录、上传文件、下载文件等主要功能,且支持passive和port两种模式-ftp server and client under Linux platform
Platform: | Size: 201728 | Author: polo | Hits:

[Linux-UnixFTP_socket

Description: 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to complete a file transfer protocol (FTP) simple to achieve. Through this experiment, in-depth understanding of the principles of FTP protocol and protocol details, learn to use simple socket interface design application layer protocol, master TCP/IP network application design and implementation of basic skills. In the Linux system using the socket interface FTP client application, in strict accordance with RFC959, so that clients can connect to the server, and can do some basic FTP operations, such as listing directories, download files. FTP protocol implementation from the perspective of the client and the server' s command channel and data channels are separated.
Platform: | Size: 765952 | Author: gyh | Hits:

[Ftp ClientFTP-server-client-linux-c

Description: FTP 客户端和服务器端,linux程序。支持多进程服务!客户端和服务端各一个单独文件。-FTP on linux codes。Client and server。
Platform: | Size: 9216 | Author: 康竟淞 | Hits:

[Internet-NetworkFTP-client

Description: linux C ftp客户端,无图形界面,上传有问题,只有PASV模式-FTP client
Platform: | Size: 2048 | Author: 宋业宏 | Hits:

[Ftp Clientftp

Description: 本程序为linux命令行下ftp客户端程序,实现了大部分常用ftp命令(this program is the ftp client under Linux commond line)
Platform: | Size: 7168 | Author: 善根微薄 | Hits:
« 1 23 4 5 6 7 8 »

CodeBus www.codebus.net